|
Neurosis Engine
|
#include <custom.h>
Public Member Functions | |
| int2 (int initX=0, int initY=0) | |
| ~int2 () | |
| Constructor/Deconstructor. | |
| int2 | operator+ (int2 rhs) |
| int2 | operator- (int2 rhs) |
| int2 | operator* (int rhs) |
| int2 | operator* (int2 rhs) |
| int2 | operator/ (int rhs) |
| int2 | operator/ (int2 rhs) |
| void | operator= (int2 rhs) |
| bool | operator== (int2 rhs) |
| bool | operator!= (int2 rhs) |
| Operators. | |
Public Attributes | |
| int | x |
| int | y |
| int2::int2 | ( | int | initX = 0, |
| int | initY = 0 |
||
| ) |
| int2::~int2 | ( | ) |
Constructor/Deconstructor.
| bool int2::operator!= | ( | int2 | rhs | ) |
Operators.
| int2 int2::operator* | ( | int | rhs | ) |
| int2 int2::operator/ | ( | int | rhs | ) |
| void int2::operator= | ( | int2 | rhs | ) |
| bool int2::operator== | ( | int2 | rhs | ) |
| int int2::x |
| int int2::y |
1.7.6.1